home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / javaedit.zip / JAVAEDIT.EXE / 0 / RCDATA / TDLGOPTIONS / TDLGOPTIONS.txt
Text File  |  1996-05-19  |  7KB  |  304 lines

  1. object dlgOptions: TdlgOptions
  2.   Left = 298
  3.   Top = 194
  4.   Width = 402
  5.   Height = 333
  6.   Caption = 'Project Options'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Position = poDefaultPosOnly
  13.   Visible = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pgcProjectOptions: TPageControl
  21.     Left = 0
  22.     Top = 41
  23.     Width = 394
  24.     Height = 224
  25.     ActivePage = tsDocuments
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object tsDocuments: TTabSheet
  29.       Caption = 'Documents'
  30.       object tbcDisplay: TTabControl
  31.         Left = 0
  32.         Top = 0
  33.         Width = 386
  34.         Height = 196
  35.         Align = alClient
  36.         TabIndex = 0
  37.         TabOrder = 0
  38.         Tabs.Strings = (
  39.           'All'
  40.           'Java'
  41.           'HTML'
  42.           'Text'
  43.           'Other')
  44.         OnChange = tbcDisplayChange
  45.         object pnlDisplay: TPanel
  46.           Left = 4
  47.           Top = 24
  48.           Width = 378
  49.           Height = 168
  50.           Align = alClient
  51.           BevelOuter = bvNone
  52.           TabOrder = 0
  53.           object rgpDisplay: TRadioGroup
  54.             Left = 0
  55.             Top = 128
  56.             Width = 378
  57.             Height = 40
  58.             Align = alBottom
  59.             Caption = 'Display as'
  60.             Columns = 3
  61.             ItemIndex = 0
  62.             Items.Strings = (
  63.               'Large Icons'
  64.               'Small Icons'
  65.               'List')
  66.             TabOrder = 0
  67.             OnClick = rgpDisplayClick
  68.           end
  69.           object lvDocuments: TDCListView
  70.             Left = 0
  71.             Top = 0
  72.             Width = 378
  73.             Height = 128
  74.             Align = alClient
  75.             OnDblClick = lvDocumentsDblClick
  76.             Columns = <
  77.               item
  78.                 Caption = 'Document'
  79.                 WidthType = (
  80.                   -1)
  81.               end
  82.               item
  83.                 Caption = 'Path'
  84.                 WidthType = (
  85.                   -1)
  86.               end
  87.               item
  88.                 Caption = 'Date'
  89.                 WidthType = (
  90.                   -1)
  91.               end>
  92.             ReadOnly = False
  93.             HideSelection = False
  94.             MultiSelect = True
  95.             OnEdited = lvDocumentsEdited
  96.             PopupMenu = mnpDocument
  97.             TabOrder = 1
  98.             OnKeyUp = lvDocumentsKeyUp
  99.             LargeImages = ilstLarge
  100.             SmallImages = ilstSmall
  101.             AcceptFiles = False
  102.             OnFileDrop = lvDocumentsFileDrop
  103.           end
  104.         end
  105.       end
  106.     end
  107.     object tsCompiler: TTabSheet
  108.       Caption = 'Compiler Options'
  109.       object Label5: TLabel
  110.         Left = 8
  111.         Top = 43
  112.         Width = 77
  113.         Height = 13
  114.         Caption = 'Output &Directory'
  115.         FocusControl = edtDirectory
  116.       end
  117.       object Label3: TLabel
  118.         Left = 8
  119.         Top = 75
  120.         Width = 59
  121.         Height = 13
  122.         Caption = '&Search Path'
  123.         FocusControl = edtClassPath
  124.       end
  125.       object Bevel1: TBevel
  126.         Left = 16
  127.         Top = 104
  128.         Width = 337
  129.         Height = 57
  130.       end
  131.       object edtDirectory: TEdit
  132.         Left = 104
  133.         Top = 40
  134.         Width = 273
  135.         Height = 21
  136.         TabOrder = 0
  137.       end
  138.       object edtClassPath: TEdit
  139.         Left = 104
  140.         Top = 72
  141.         Width = 273
  142.         Height = 21
  143.         TabOrder = 1
  144.       end
  145.       object chkShowWarn: TCheckBox
  146.         Left = 24
  147.         Top = 112
  148.         Width = 97
  149.         Height = 17
  150.         Caption = 'Show &Warnings'
  151.         State = cbChecked
  152.         TabOrder = 2
  153.       end
  154.       object chkOptimize: TCheckBox
  155.         Left = 24
  156.         Top = 136
  157.         Width = 97
  158.         Height = 17
  159.         Caption = '&Optimize'
  160.         TabOrder = 3
  161.       end
  162.       object chkDebugInfo: TCheckBox
  163.         Left = 136
  164.         Top = 136
  165.         Width = 129
  166.         Height = 17
  167.         Caption = '&Include Debug Info'
  168.         TabOrder = 4
  169.       end
  170.       object chkVerbose: TCheckBox
  171.         Left = 136
  172.         Top = 112
  173.         Width = 97
  174.         Height = 17
  175.         Caption = '&Verbose'
  176.         TabOrder = 5
  177.       end
  178.     end
  179.   end
  180.   object pnlButtonsBottom: TPanel
  181.     Left = 0
  182.     Top = 265
  183.     Width = 394
  184.     Height = 41
  185.     Align = alBottom
  186.     BevelOuter = bvNone
  187.     TabOrder = 1
  188.     object pnlButtonsRight: TPanel
  189.       Left = 208
  190.       Top = 0
  191.       Width = 186
  192.       Height = 41
  193.       Align = alRight
  194.       BevelOuter = bvNone
  195.       TabOrder = 0
  196.       object cmdOK: TButton
  197.         Left = 16
  198.         Top = 8
  199.         Width = 75
  200.         Height = 25
  201.         Caption = 'Close'
  202.         ModalResult = 1
  203.         TabOrder = 0
  204.         OnClick = cmdOKClick
  205.       end
  206.       object cmdCancel: TButton
  207.         Left = 96
  208.         Top = 8
  209.         Width = 75
  210.         Height = 25
  211.         Cancel = True
  212.         Caption = 'Apply'
  213.         ModalResult = 2
  214.         TabOrder = 1
  215.         OnClick = cmdCancelClick
  216.       end
  217.     end
  218.   end
  219.   object pnlName: TPanel
  220.     Left = 0
  221.     Top = 0
  222.     Width = 394
  223.     Height = 41
  224.     Align = alTop
  225.     BevelOuter = bvLowered
  226.     TabOrder = 2
  227.     object Label1: TLabel
  228.       Left = 8
  229.       Top = 17
  230.       Width = 31
  231.       Height = 13
  232.       Caption = 'Name:'
  233.     end
  234.     object edtProjectName: TEdit
  235.       Left = 48
  236.       Top = 12
  237.       Width = 273
  238.       Height = 21
  239.       TabOrder = 0
  240.     end
  241.   end
  242.   object ilstLarge: TImageList
  243.     Height = 32
  244.     Width = 32
  245.     Left = 72
  246.     Top = 272
  247.   end
  248.   object ilstSmall: TImageList
  249.     Left = 104
  250.     Top = 272
  251.   end
  252.   object mnpDocument: TPopupMenu
  253.     OnPopup = mnpDocumentPopup
  254.     Left = 152
  255.     Top = 208
  256.     object mnpDocumentOpen: TMenuItem
  257.       Caption = 'Open'
  258.       ShortCut = 0
  259.       OnClick = mnpDocumentOpenClick
  260.     end
  261.     object mnpDocumentDelete: TMenuItem
  262.       Caption = 'Delete'
  263.       ShortCut = 0
  264.       OnClick = doDelete
  265.     end
  266.     object mnpCompile: TMenuItem
  267.       Caption = 'Compile'
  268.       ShortCut = 0
  269.       Visible = False
  270.       OnClick = mnpCompileClick
  271.     end
  272.     object mnpBrowse: TMenuItem
  273.       Caption = 'Load in Browser'
  274.       ShortCut = 0
  275.       Visible = False
  276.       OnClick = mnpBrowseClick
  277.     end
  278.     object mnpAdd: TMenuItem
  279.       Caption = 'Add Document...'
  280.       ShortCut = 0
  281.       OnClick = mnpAddClick
  282.     end
  283.     object N1: TMenuItem
  284.       Caption = '-'
  285.       ShortCut = 0
  286.     end
  287.     object mnpDocumentCut: TMenuItem
  288.       Caption = 'Cut'
  289.       ShortCut = 0
  290.       OnClick = doCut
  291.     end
  292.     object mnpDocumentCopy: TMenuItem
  293.       Caption = 'Copy'
  294.       ShortCut = 0
  295.       OnClick = doCopy
  296.     end
  297.     object mnpDocumentPaste: TMenuItem
  298.       Caption = 'Paste'
  299.       ShortCut = 0
  300.       OnClick = doPaste
  301.     end
  302.   end
  303. end
  304.